home *** CD-ROM | disk | FTP | other *** search
/ 3D Games - Real-time Rend…ng & Software Technology / 3D Games - Real-time Rendering & Software Technology.iso / flysdk / frontend / flyEditor / DlgEditList.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  1.3 KB  |  50 lines

  1. #if !defined(AFX_DLGEDITLIST_H__4D311240_C748_11D2_8077_C40F0427032D__INCLUDED_)
  2. #define AFX_DLGEDITLIST_H__4D311240_C748_11D2_8077_C40F0427032D__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // DlgEditList.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CDlgEditList dialog
  12.  
  13. class CDlgEditList : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     param_desc * pd;
  18.     CDlgEditList(CWnd* pParent = NULL);   // standard constructor
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(CDlgEditList)
  22.     enum { IDD = IDD_EDITLIST };
  23.     CListBox    m_list;
  24.     //}}AFX_DATA
  25.  
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CDlgEditList)
  30.     protected:
  31.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32.     //}}AFX_VIRTUAL
  33.  
  34. // Implementation
  35. protected:
  36.  
  37.     // Generated message map functions
  38.     //{{AFX_MSG(CDlgEditList)
  39.     virtual BOOL OnInitDialog();
  40.     virtual void OnOK();
  41.     afx_msg void OnDblclkList1();
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44. };
  45.  
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48.  
  49. #endif // !defined(AFX_DLGEDITLIST_H__4D311240_C748_11D2_8077_C40F0427032D__INCLUDED_)
  50.